<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**	© 2014 css3-Tab-Strip */
/* закладки и гиперлинки */
/* Плитка 28 января 2015*/
.header {
	margin: 0px 0px 4px;
	color: rgb(70, 70, 70);
	line-height: 24px;
	overflow: hidden;
	font-size: 20px;
	font-weight: 300;
	position: relative;
}
.text .header {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
}
.plitka {
	margin: 9px 0px 0px;
	overflow: hidden;
}
.plitka .row {
	padding: 0px 0px 20px;
	overflow: hidden;
	min-width: 670px;
}
.plitka .coll {
	padding: 0px 0px 0px 20px;
	width: 313px;
	float: left;
}
.plitka .row :first-child.coll {
	padding-left: 0px;
}
.plitka .name {
	line-height: 24px;
	font-size: 20px;
}
.plitka .plitka_img {
	margin: 15px 0px 0px;
	display: block;
	text-align: center;
}
.plitka a {
	background: rgb(244, 244, 244);
	padding: 11px 0px 19px;
	border: 1px rgb(217, 217, 217) solid;
	border-image: url('') none;
	text-align: center;
	color: rgb(0, 102, 102);
	overflow: hidden;
	text-decoration: none;
	display: block;
}
.plitka a {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.plitka a:hover {
	border-color: #2358C1;
	-webkit-box-shadow: 6px 6px 6px #2358C1;
	-moz-box-shadow: 6 6 6px #2358C1;
	box-shadow: 6px 6px 6px #2358C1;
	webkit-transition: box-shadow .1s;
	-moz-transition: box-shadow .1s;
	transition: box-shadow .1s;
}
.plitka a {
	min-height: 200px;
}
.plitka .name {
	display: inline-block;
	min-height: 48px;
}
/* Плитка 28 января 2015*/
body, th, td {
	color: black;
}
a:link {
	color: #000000;
	background-color: transparent;
}
a:visited {
	color: #000000;
	background-color: transparent;
}
a:hover {
	color: #2358C1;
	background-color: transparent;
}
a:active {
	color: #2358C1;
	background-color: transparent;
}
.imgboard {
	border-color: #2358C1;
	border-style: solid;
	border-width: 1px;
}
.css3-tabstrip {
	width: 100%;
	height: 1100px;
	color: black;
}
.css3-tabstrip ul, .css3-tabstrip li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.css3-tabstrip, .css3-tabstrip input[type=radio]:checked + label {
	position: relative;
}
.css3-tabstrip li, .css3-tabstrip input[type=radio] + label {
	display: inline-block;
}
.css3-tabstrip li &gt; div, .css3-tabstrip input[type=radio] {
	position: absolute;
}
.css3-tabstrip li &gt; div, .css3-tabstrip input[type=radio] + label {
	border: solid 1px #ccc;
}
.css3-tabstrip {
	/*    font: normal 11px Arial, Sans-serif;*/
	/*    color: #404040; */
    color: black;
}
.css3-tabstrip li {
	vertical-align: top;
}
.css3-tabstrip li:first-child {
	margin-left: 8px;
}
.css3-tabstrip li &gt; div {
	top: 33px;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px;
	overflow: auto;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.css3-tabstrip input[type=radio] + label {
	margin: 0 2px 0 0;
	padding: 0 18px;
	line-height: 32px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.css3-tabstrip input[type=radio]:checked + label {
	z-index: 1;
	background: #fff;
	border-bottom-color: #fff;
	cursor: default;
}
.css3-tabstrip input[type=radio] {
	opacity: 0;
}
.css3-tabstrip input[type="radio"] ~ div
{
    display: none;
}
.css3-tabstrip input[type="radio"]:checked:not(:disabled) ~ div
{
    display: block;
}
.css3-tabstrip input[type=radio]:disabled + label {
	opacity: .5;
	cursor: no-drop;
}
</pre></body></html>